home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / gifcat.zip / PUT.BAT < prev    next >
DOS Batch File  |  1992-01-20  |  253b  |  13 lines

  1. @echo off
  2. REM put.bat
  3. if %1""=="" goto no_file
  4. REM gifdesc -d %1
  5. REM the above line can be un-REM'd to REMOVE the old description!
  6. makegifd %1
  7. if errorlevel 1 goto no_file
  8. gifdesc -a %1 gifdesc.sdi
  9. goto end
  10. :no_file
  11. echo Bad Filename.
  12. :end
  13.